home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / PInterfaces / Unicode.p < prev    next >
Encoding:
Text File  |  1998-02-12  |  977 b   |  53 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        Unicode.p
  3.  
  4.      Contains:    Types, constants, and prototypes for Unicode Converter
  5.  
  6.      Version:    Technology:    Mac OS 8 (Tempo)
  7.                  Release:    Universal Interfaces 3.1
  8.  
  9.      Copyright:    © 1994-1998 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. }
  18. {$IFC UNDEFINED UsingIncludes}
  19. {$SETC UsingIncludes := 0}
  20. {$ENDC}
  21.  
  22. {$IFC NOT UsingIncludes}
  23.  UNIT Unicode;
  24.  INTERFACE
  25. {$ENDC}
  26.  
  27. {$IFC UNDEFINED __UNICODE__}
  28. {$SETC __UNICODE__ := 1}
  29.  
  30. {$I+}
  31. {$SETC UnicodeIncludes := UsingIncludes}
  32. {$SETC UsingIncludes := 1}
  33.  
  34. {$IFC UNDEFINED __UNICODECONVERTER__}
  35. {$I UnicodeConverter.p}
  36. {$ENDC}
  37.  
  38.  
  39. {$PUSH}
  40. {$ALIGN MAC68K}
  41. {$LibExport+}
  42.  
  43. {$ALIGN RESET}
  44. {$POP}
  45.  
  46. {$SETC UsingIncludes := UnicodeIncludes}
  47.  
  48. {$ENDC} {__UNICODE__}
  49.  
  50. {$IFC NOT UsingIncludes}
  51.  END.
  52. {$ENDC}
  53.